Microsoft Windows graphic

To restore a certification authority from a backup copy

Using the Windows interface

  1. Log on to the system as a Backup Operator or a Certification Authority Administrator.
  2. Open Certification Authority.
  3. In the console tree, click the name of the certification authority (CA).
  4. On the Action menu, point to All Tasks, and click Restore CA.
  5. Follow the instructions in the Certification Authority Restore Wizard.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    certutil -restore BackupDirectory

Value Description
restore Specifies a full restore of the CA's data.
BackupDirectory Specifies the path where the backup data is located.

Notes

Related Topics